home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Zoom 2
/
Zoom - Release 2 (1996)(Active Software)[!].iso
/
business
/
misc
/
fwmacros2
/
goto_title
< prev
next >
Wrap
Text File
|
1994-10-05
|
638b
|
23 lines
/* ======================================== */
/* FINAL WRITER AREXX MACRO */
/* by Nigel S. Domaingue, 28/1/95 */
/* */
/* Script to goto Title Section. */
/* $Ver: Goto_Title 1.0 (28/1/95) */
/* ======================================== */
/* If the title page exists, then go to it, */
/* Otherwise, create one and go to it. */
Options Results
GoToSection 'Title Page'
IF ( RC ~= 0 ) THEN
ShowMessage 1 0 '"No Title Page at present." "Create one?" "" "Yes" "No" ""'
ctp = Result
IF ( ctp = 1 ) THEN
NewSection 'TitlePage'